﻿.left-area {
	position:absolute;
	z-index:10;
	line-height:62px;
	margin-top:200px;
	left:50%;
	text-align:left;
	margin-left:1%;
}
.left-area h4 {
    font-size: 50px;
    font-weight: 400;
	color:rgb(255, 255, 255);
	margin-bottom: 13px;
}
.left-area p {
    font-size: 20px;
    line-height: 36px;
	color:#fefefe;
	margin-bottom: 43px;
}
.left-area span {
    font-size: 18px;
    color: #fff;
    border: 1px solid #fff;
    width: 180px;
    height: 44px;
    line-height: 40px;
    display: block;
    text-align: center;
    border-radius: 0px;
	transition:color .0s ease-in 0s,background .0s ease-in 0s
}
.left-area span:hover {
	background:#fefefe;
	color:#2b3033
}